widget: Use correct type for widgetpath creation
authorBenjamin Otte <otte@redhat.com>
Sun, 8 Feb 2015 15:44:11 +0000 (16:44 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 Mar 2015 14:23:30 +0000 (15:23 +0100)
commit5edc6d94d170c0ca0f674c329bee453bfd2291fe
tree851506614771e5946062ec34fea8aec8775847ca
parentffb410f11ee032ba8792a5b3c3ee1f739aa8c841
widget: Use correct type for widgetpath creation

This is relevant when the widget path is created while the widget is
still constructing. G_OBJECT_TYPE(widget) might not point to the final
type yet.
gtk/gtkwidget.c